Platform Explorer / Nuxeo Platform LTS 2015 7.10

Component org.nuxeo.ecm.automation.server.batch.upload.filter.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.automation.server.batch.upload.filter.config">

  <extension
    target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
    point="filterConfig">

    <filterConfig name="batchUpload" transactional="false"
      synchonize="false">
      <pattern>${org.nuxeo.ecm.contextPath}/site/automation/batch/upload
      </pattern>
    </filterConfig>

  </extension>

  <extension target="org.nuxeo.ecm.webengine.WebEngineComponent"
    point="request-configuration">

    <path value="/automation/batch/upload" autoTx="false" />

  </extension>

</component>